The Dreamweaver JavaScript API > String manipulation functions > dreamweaver.latin1ToNative() |
![]() ![]() ![]() |
Availability
Dreamweaver 2.0
Description
Converts a string in Latin 1 encoding to the native encoding on the user's machine. This function is intended for displaying the user interface of an extension file in another language.
Note: This function has no effect in Windows because Windows encodings are already based on Latin 1.
Arguments
stringToConvert
stringToConvert
is the (already translated) string to be converted from Latin 1 encoding to native encoding.
Returns
The converted string.
Enabler
None.
![]() ![]() ![]() |